home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
e
/
epp_v1_1.lha
/
EPP
/
PModules
/
cSkipToChar.e
< prev
next >
Wrap
Text File
|
1993-06-26
|
240b
|
12 lines
OPT TURBO
PROC cSkipToChar (char, pos : PTR TO CHAR)
/* Finds the specified character in theString and returns its position. */
WHILE pos []
IF pos [] = char THEN RETURN pos
INC pos
ENDWHILE
ENDPROC pos
/* cSkipToChar */